home *** CD-ROM | disk | FTP | other *** search
/ Linux Programs 1995 Summer / Linux Programs.iso / c_devel / indent_1.6a < prev    next >
Text File  |  1995-04-15  |  887b  |  32 lines

  1. GNU indent 1.6
  2. Binaries for Linux prepared by faith@cs.unc.edu, Wed Dec 23 19:31:56 1992
  3. Compiled with gcc 2.2.2d7 (-O6)
  4. Linked with jump-4.1 libraries (-s), but tested with jump-4.2 libraries
  5.  
  6.  
  7. To install from Linux binary distribution:
  8.  
  9. 1) Get binary distribution (indt16A.taz) from
  10. ftp.cs.unc.edu:/pub/faith/linux/utils or from
  11. tsx-11.mit.edu:/pub/linux/binaries/FSF
  12. 2) cd /
  13. 3) gtar zpxvf indt16A.taz
  14.  
  15. Alternatively, the SLS sysinstall program can be used.
  16.  
  17.  
  18. To uninstall this binary distribution, do the following:
  19.  
  20. cd /usr/src/indent-1.6
  21. ./indt16A.Unins
  22.  
  23.  
  24. To install from source:
  25.  
  26. 1) Get source from: prep.ai.mit.edu:/pub/gnu/indent-1.6.tar.Z
  27. 2) Untar indent-1.6.tar.Z in /usr/src
  28. 3) cd indent-1.6
  29. 4) make prefix=/usr infodir=/usr/emacs/info CC=gcc CDEBUG=-O6 LDFLAGS=-s
  30. 5) make prefix=/usr infodir=/usr/emacs/info CC=gcc CDEBUG=-O6 LDFLAGS=-s install 
  31. 6) cp indent.1 /usr/man/man1
  32.